body{
    background-color: rgb(238, 238, 238);
 display: flex;
 flex-direction: column; 
 justify-content: center;
 align-items: center;  
}
.navBar{
    display: flex;
    /* background-color: rgb(226, 18, 18); */
width: 100%;
justify-content: space-evenly;

}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
button{
    width: 4vw;
    background-color: aquamarine;
    border-radius: 5px;
}
h1{
    font-family: 'Carter One', cursive;

}
input{
    margin: 0.5vh;
    border-radius: 15px;
    
    border-style:solid;
    /* border:none */
   height: 3.5vh;
  
    
}
a{
    text-decoration: none;
    color: rgb(250, 250, 250);
    font-family: 'Lato', sans-serif;

}
ul{
    display: flex;
    justify-content: space-evenly;
    /* background-color: aqua; */
    width: 100%;
    list-style: none;
    
    
}
nav{
    background-color: rgb(189, 189, 189);
    display: flex;
    justify-content: center;
    
}
header{
    /* background-color: burlywood; */
    width: 100vw;
}
.box{
    background-color: rgb(189, 189, 189);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
    border-radius: 15px;
    width: 100%;
}
p{
    font-family: Arial, Helvetica, sans-serif;
}
.admin{
    color: rgb(99, 99, 99);
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid rgb(12, 193, 238);
}
.styled-table tbody tr:first-of-type {
    border-bottom: 2px solid rgb(12, 193, 238);
}

.video{
height: 35em;
width: 90vw;
/* position: relative; */
margin-top: 2%;
margin-bottom: 2%;

   
}  
.viedo_text{
    position: absolute;
 
    color: #ffffff;
    align-items: center;
    font-family: 'Carter One', cursive;
   right:40%;
   margin-top: 15%;

    
    
    
 

    }